+opencc (1.1.1+git20200624+ds2-5) unstable; urgency=medium
+
+ * debian/rules: Enable dh_doxygen integration.
+ * Drop unnecessary build dependencies. (Closes: #981606)
+ * debian/control: Drop build-dependency on libjs-jquery, let
+ dh_doxygen handle it.
+ * debian/control: Drop build-dependency on graphviz. Doxyfile
+ did not enable HAVE_DOT.
+ * debian/control: Drop build-dependency on dartz. Currently opencc
+ uses its vendored copy.
+
+ -- Boyuan Yang <byang@debian.org> Tue, 02 Feb 2021 11:22:28 -0500
+
opencc (1.1.1+git20200624+ds2-4) unstable; urgency=medium
* Build-depends on pkg-kde-tools to handle symbols.
include /usr/share/dpkg/architecture.mk
%:
- dh $@ --buildsystem=cmake --with pkgkde_symbolshelper
+ dh $@ --buildsystem=cmake --with pkgkde_symbolshelper,doxygen
override_dh_auto_configure:
dh_auto_configure -- \
-DBUILD_DOCUMENTATION=ON \
-DBUILD_BUNDLED_LIBMARISA=OFF
-execute_after_dh_auto_install:
- ln -sf /usr/share/javascript/jquery/jquery.js debian/tmp/usr/share/opencc/doc/html/jquery.js
-
execute_after_dh_auto_clean:
find . -name *.pyc -delete